home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 June: Reference Library / Dev.CD Jun 94.toast / Periodicals / develop / develop Issue 15 / develop 15 code / Floating Windows / Sample / Source / eventHandler.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-04-20  |  475 b   |  15 lines  |  [TEXT/MPS ]

  1. #ifndef __EventHandler__
  2. #define    __EventHandler__
  3.  
  4. #ifndef __WINDOWEXTENSIONS__
  5. #include "WindowExtensions.h"
  6. #endif
  7.  
  8. void    EventLoop(void);
  9. void    HandleEvent(EventRecord *event);
  10. void    FatalErrorAlert(short    errID);
  11.  
  12. pascal void ActivateEventHandler(WindowRef theWindow, Boolean activateWindow);
  13. pascal void    RecordingFloaterActivateHandler(WindowRef theWindow, Boolean activateWindow);
  14. pascal void    ToolsFloaterActivateHandler(WindowRef theWindow, Boolean activateWindow);
  15. #endif